object EditOptions: TEditOptions Left = 246 Top = 162 HelpContext = 215 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Edit Buffer Options' ClientHeight = 272 ClientWidth = 288 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 72 Width = 107 Height = 13 Caption = 'Blank line replacement' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 24 Top = 24 Width = 48 Height = 13 Caption = 'Line prefix' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object WrapTxt: TLabel Left = 44 Top = 178 Width = 64 Height = 13 Alignment = taRightJustify Caption = 'Wrap Column' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object OKBtn: TBitBtn Left = 24 Top = 236 Width = 77 Height = 27 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 106 Top = 236 Width = 77 Height = 27 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 3 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object Blank: TEdit Left = 24 Top = 88 Width = 241 Height = 21 AutoSize = False Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object Prefix: TComboBox Left = 24 Top = 40 Width = 241 Height = 21 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 0 OnChange = PrefixChange OnEnter = PrefixEnter OnExit = PrefixExit end object Wrap: TCheckBox Left = 50 Top = 128 Width = 81 Height = 17 Alignment = taLeftJustify Caption = 'Word Wrap' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = WrapClick end object AutoWrap: TCheckBox Left = 55 Top = 152 Width = 76 Height = 17 Alignment = taLeftJustify Caption = 'Auto Wrap' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 5 OnClick = AutoWrapClick end object WrapCol: TEdit Left = 118 Top = 176 Width = 81 Height = 21 AutoSize = False Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 6 Text = '0' end object BitBtn1: TBitBtn Left = 188 Top = 236 Width = 77 Height = 27 HelpContext = 215 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 7 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object AutoClear: TCheckBox Left = 55 Top = 208 Width = 76 Height = 17 Alignment = taLeftJustify Caption = 'Auto clear' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 8 OnClick = AutoWrapClick end end